home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-06-12 | 344 b | 8 lines | [TEXT/KAHL] |
- /*------------------------------------------------------------------------------------
- This file contains some colors that have been defined.
- -------------------------------------------------------------------------------------*/
-
- enum { sl_black = 0, sl_darkdarkGray, sl_darkGray, sl_gray, sl_liteGray, sl_white};
-
- void SetColor(int index);
-